|
|
Performing several actions within one program call
dvdisaster can execute several actions
within one program invocation.
For example, to read an image from /dev/hdc,
create an error correction file "medium42.ecc" for it and
finally delete the temporary image file "medium.img", enter:
user@linux> dvdisaster -r -c -u -d /dev/hdc -e medium42.ecc
|
Actions will always be executed in the same order as they are
listed in the command syntax section,
even if they are specified in a different sequence on the command line.
|